home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- cursor([cast "curs", cast "mask"])
- if the movieTime of sprite 8 = the duration of member the castNum of sprite 8 then
- cursor(-1)
- set the visible of sprite 8 to 0
- set the movieRate of sprite 8 to 0
- go("sala")
- set the movieRate of sprite 8 to 1
- end if
- go(the frame)
- end
-
- on mouseUp
- cursor(-1)
- set the movieRate of sprite 8 to 0
- go("sala")
- set the movieRate of sprite 8 to 1
- end
-